Operation id | NuxeoDrive.CanMove |
Category | Services |
Label | Nuxeo Drive: Can move |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "NuxeoDrive.CanMove",
"label" : "Nuxeo Drive: Can move",
"category" : "Services",
"requires" : null,
"description" : null,
"url" : "NuxeoDrive.CanMove",
"signature" : [ "void", "blob" ],
"params" : [ {
"name" : "destId",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "srcId",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}